home *** CD-ROM | disk | FTP | other *** search
/ How Many Bugs in a Box / How Many Bugs in a Box.cdr / bugs / act8 / 00263.ls < prev    next >
Encoding:
Text File  |  1995-03-28  |  327 b   |  10 lines

  1. on exitFrame
  2.   global hbackhat, vbackhat
  3.   set the locV of sprite 25 to the locV of sprite 25 + 4
  4.   set the locH of sprite 25 to the locH of sprite 25 - 1
  5.   set the castNum of sprite 25 to the number of cast "buggyintro"
  6.   puppetSprite(26, 1)
  7.   set the locH of sprite 26 to hbackhat
  8.   set the locV of sprite 26 to vbackhat
  9. end
  10.